projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
342c64c
)
Disable an incomplete test that does not work
author
Matthias Clasen
<mclasen@redhat.com>
Tue, 30 Aug 2011 12:42:13 +0000
(08:42 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Tue, 30 Aug 2011 15:28:52 +0000
(11:28 -0400)
Testing focus changes in this way has no chance of working
until we remove all the idle handlers from gail.
tests/a11y/Makefile.am
patch
|
blob
|
history
diff --git
a/tests/a11y/Makefile.am
b/tests/a11y/Makefile.am
index d3fb9abfb6d49b0a56fd38755e9611354530a832..89be4bfc03ce9e5b8c87a2ca055b65277d035366 100644
(file)
--- a/
tests/a11y/Makefile.am
+++ b/
tests/a11y/Makefile.am
@@
-25,7
+25,10
@@
TEST_PROGS += text
TEST_PROGS += children
-TEST_PROGS += focus
+# the focus test has no chance of working until
+# all the idle handlers in gail are gone
+#
+# TEST_PROGS += focus
TEST_PROGS += util